home *** CD-ROM | disk | FTP | other *** search
- <%
- on error resume next
- dim SecurityBox
- if (Session("Index") <> "Index") then
- Response.Redirect "index.asp"
- else
- set SecurityBox = Server.CreateObject("AdvFusionBox.FusionBox")
- end if
- %>
- <!--- #include file = "index.js" --->
- <html>
- <head>
- <title>ASPFusion Security Box Administration</title>
- </head>
- <body bgcolor="#CAE4FF">
- <form action="act_changepassword.asp" Method="POST" NAME="changepasswordform" Onload="return focusit(document.changepasswordform.OldPassword);">
- <div align="right">
- <table width="70%" align="left">
- <tr width="100%" align="right">
- <td><a href="javascript:submit(document.changepasswordform, document.changepasswordform.Logout, 'Logout')" onmouseover="window.status='Logout'; return true" onmouseout="window.status='';return true"><font color="#4D82D2" face="arial, helvetica, sans-serif" size="1">Logout</font></a></td>
- </tr>
- <tr width="100%" align="right">
- <td><a href="dsp_registration.asp" onmouseover="window.status='Registration'; return true" onmouseout="window.status='';return true"><font color="#4D82D2" face="arial, helvetica, sans-serif" size="1">Registration</font></a></td>
- </tr>
- <tr width="100%" align="right">
- <td><a href="dsp_default.asp" onmouseover="window.status='Default'; return true" onmouseout="window.status='';return true"><font color="#4D82D2" face="arial, helvetica, sans-serif" size="1">Default</font></a></td>
- </tr>
- <tr width="100%" align="right">
- <td><a href="dsp_websitesecurity.asp" onmouseover="window.status='Web Site Security'; return true" onmouseout="window.status='';return true"><font color="#4D82D2" face="arial, helvetica, sans-serif" size="1">Web Site Security</font></a></td>
- </tr>
- <tr width="100%" align="right">
- <td><a href="dsp_welcome.asp" onmouseover="window.status='<< Back'; return true" onmouseout="window.status='';return true"><font color="#4D82D2" face="arial, helvetica, sans-serif" size="1"><< Back</font></a></td>
- </tr>
- </table>
- <table cellpadding="0" cellspacing="1" width="25%">
- <tr width="100%" align="right">
- <td><img src="Images/aspfusion.gif"></td>
- </tr>
- </table>
- </div>
- <br>
- <table cellpadding="0" width="100%">
- <input type="hidden" value="" name="Logout">
- <input type="hidden" value="" name="Change">
- <tr>
- <td colspan="2"><br>
- <%if Request.QueryString("result") = "0" then%>
- <p align="left"><font color="#FF0000" face="Arial" size="2"><b><%=Session("Error")%></b></p>
- <%else%>
- <p> </p>
- <%end if%>
- </td>
- </tr>
- <tr>
- <td colspan="2">
- <font face="Arial" size="2" color="#9D9D9D">ASPFusion Administrator password can be changed from here.</font>
- </td>
- </tr>
- <tr>
- <td width="30%" align="left"><br><font size="2" face="Arial">Old Password</font></td>
- <td width="70%"><br><input type="password" name="OldPassword" size="20"></td>
- </tr>
- <tr>
- <td width="30%" align="left"><font size="2" face="Arial">New Password</font></td>
- <td width="70%"><input type="password" name="NewPassword" size="20"></td>
- </tr>
- <tr>
- <td width="30%" align="left"><font size="2" face="Arial">Confirm New Password</font></td>
- <td width="70%"><input type="password" name="ConfirmNewPassword" size="20"></td>
- </tr>
- </table>
- <br>
- <table cellpadding="0" cellspacing="1" width="25%">
- <tr width="100%" align="left">
- <td><a href="javascript:submit(document.changepasswordform, document.changepasswordform.Change, 'Change')" onclick="return changepassword_checkit();" onmouseover="window.status='Change'; return true" onmouseout="window.status='';return true"><img src="Images/change.gif" border="0"></a></td>
- </tr>
- </table>
- <table align="center" width="100%">
- <tr>
- <td align="center" valign="bottom">
- <font face="Arial" color="black" size="1">Copyright ⌐ 2000, Advanced Communications</font>
- </td>
- </tr>
- </table>
- </form>
- </body>
- </html>
-